/*---------BODY------------*/
body{
	margin:0 !important;
	font-family: 'Source Sans Pro', sans-serif;
	
}
body#gradient{
	background:rgb(255,255,255);
	background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,233,233,1) 32%, rgba(205,205,205,1) 100%);
	
}
body#image-transparent{
	background-color:#303030;
	
}
body#subtlePatterns{
	/* Background pattern from Toptal Subtle Patterns */
	background-image:url("img/webb.png");
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat;
	background-size:auto;
	
}

/*---------MENU------------*/
#mainmenu{
	max-width:1250px !important;
	
}
.logo{
	justify-content:flex-end;
	margin:0 !important;
	max-width:65%;
	
}
.navcolors{
	background-color:#999a9c !important;
	

}
@media (max-width: 992px){
	.navcolors{
		justify-content:space-between !important;
		
	}
	
}
@media (min-width: 993px){
	.navcolors{
		justify-content:center !important;
		
	}
	
}
.listul{
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Merriweather', serif;*/
	list-style-type:none;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	
}
.listul > li{
	display:inline-block;
	margin-top:2px;
	margin-bottom:16px;
	transition:all 0.5s ease-in-out;

}
.listul > li:hover{
	background-color:#8a8a8a;
	border-radius:10px 10px 10px 10px;
	
}
.listul > li a{
	color:black;
	text-decoration:none;
	padding:15px 26px;
	display:block;
	
}
.listul > li.visited a{
	color:white;
	padding:13px 14px;
	border:2px solid white;
	display:block;
	background-color:#850900;
	border-radius:10px 10px 10px 10px;
	cursor:default;
	
}

/*--------------FOOTER------------*/
#footer{
	background-color:#919191;
	width:100%;
	
}
#adres{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	
}
#socials a{
	display:block;
	color:black;
	text-decoration:none;
	
}
#kontakt{
	font-size:20px;
	font-weight:normal;
	text-align:center;
	
}
#yticon{
	text-align:center;
	
}
#yticon:hover{
	background-color:#d94348;
	border-radius:5px 5px 5px 5px;
	
}
#fbicon{
	text-align:center;

}
#fbicon:hover{
	background-color:#4668b3;
	border-radius:5px 5px 5px 5px;
	
}
.copyright{
	width:100%;
	height:5%;
	color:white;
	background-color:#424242;
	margin-top:20px;
	text-align:center;
	padding:2px;
	
}

/*-------------FORMULARZ ZAPISOWY---------------*/
.formCont{
	min-height:800px;
	display:flex;
	justify-content:center;
	
}
.formularz{
	background-color:white;
	padding:25px 50px;	
	border:5px solid #850900;
	border-radius:15px;
	-webkit-box-shadow: 17px 15px 28px 3px rgba(0,0,0,0.66);
	-moz-box-shadow: 17px 15px 28px 3px rgba(0,0,0,0.66);
	box-shadow: 17px 15px 28px 3px rgba(0,0,0,0.66);
	display:block;

}
.formularz h2{
	font-weight:600;
	
}
.formularz header{
	text-align:center;
	
}
.formCont input[type=text], .formCont input[type=email], .formCont input[type=tel]{
	width:300px;
	height:40px;
	background-color:#ffe3e3;
	color:#2e2e2e;
	border:2px solid #850900;
	border-radius:5px;
	font-size:20px;
	box-sizing:border-box;
	outline:none;
	
}
.formCont input[type=text]:focus, .formCont input[type=email]:focus, .formCont input[type=tel]:focus{
	-webkit-box-shadow: 0px 0px 18px 0px rgba(133,9,0,0.68);
	-moz-box-shadow: 0px 0px 18px 0px rgba(133,9,0,0.68);
	box-shadow: 0px 0px 18px 0px rgba(133,9,0,0.68);
	border:2px solid #c23232;
	
}
.formCont input[type=submit]{
	margin-top:20px;
	width:200px;
	height:40px;
	background-color:#c75858;
	color:white;
	border:2px solid #850900;
	border-radius:5px;
	font-size:25px;
	font-weight:bold;
	transition: all 0.5s ease-in-out;
	
}
.formCont input[type=submit]:hover{
	-webkit-transform:scale(0.95);
    -ms-transform:scale(0.95);
    transform:scale(0.95);
    background-color:#c23232;
	cursor:pointer;
	
}
.formCont input[type=radio]{
	display:none;
	
}
.inFormJoinRadio label{
	position:relative;
	font-weight:600;
	color:#850900;
	display:flex;
	align-item:center;
	cursor:pointer;
	margin-bottom:0;
	
}
.inFormJoinRadio label::before{
	content:"";
	height:15px;
	width:15px;
	border:2px solid #850900;
	border-radius:50%;
	margin-right:3px;
	margin-top:7px;
	
}
.formCont input[type="radio"]:checked + label::before{
	background-color:#850900;
	
}
.inFormJoinBtn{
	display:flex;
	justify-content:center;
	
}
.inFormJoinRadio{
	display:flex;
	justify-content:space-between;
	
}
.inFormJoin{
	padding:5px 10px;
	
}	
.inFormJoin label{
	font-size:20px;
	
}
.inFormJoin p{
	font-size:20px;
	
}
.inf-personal-data{
	margin:10px 0 0 0;
	width:300px;
	font-size:13px;
	text-align:left;
	
}
.kat-desc{
	margin:10px 0 0 0;
	text-align:left;
	
}
.radio-kat{
	margin:0;
	display:inline-block;
	
}
.error{
	color:red;
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
	
	top: -12px;
	left: 0;
	width:90%;
	height:15px;
	position: absolute;
	z-index: 3;
	
}

/*------------KONTAKT---------------*/
.inFormJoin textarea{
	width:300px;
	height:150px;
	margin-bottom:10px;
	background-color:#ffe3e3;
	color:#2e2e2e;
	border:2px solid #850900;
	border-radius:5px;
	font-size:20px;
	box-sizing:border-box;
	outline:none;
	
}
.inFormJoin textarea:focus{
	-webkit-box-shadow: 0px 0px 18px 0px rgba(133,9,0,0.68);
	-moz-box-shadow: 0px 0px 18px 0px rgba(133,9,0,0.68);
	box-shadow: 0px 0px 18px 0px rgba(133,9,0,0.68);
	border:2px solid #c23232;
	
}
.knInfo{
	font-size:20px;
	text-align:center;
	padding:20px 30px;
	min-height:320px;
	
}
.knInfo h2{
	font-size:25px;
	text-decoration:underline;
	margin-bottom:10px;
	font-weight:bold;
	
}
.ourData{
	text-align:left;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	
}
.ourData p{
	font-size:22px;
	margin-top:5px;
	margin-bottom:5px;
	
}
.errordes{
	top:-28px;

}
#tel1, #tel2{
	margin:2% 0 2% 0;
	
}
#tel3{
	margin:10% 0 2% 0;
	
}
@media (max-width: 992px){
	.knInfo{
		margin-top:0 !important;
		margin-bottom:30% !important;
		
	}
	.formularz{
		margin-top:20px;
		margin-bottom:40px;
	
	}
	
}
@media (min-width: 993px){
	.knInfo{
		margin-top:80px !important;
		margin-bottom:17% !important;
		
	}
	.formularz{
		margin-top:80px;
		margin-bottom:25%;
	
	}
	
}

/*------------ZADOWOLENI KURSANCI---------------*/
.posts{
    width:80%;
	justify-content:center;
	
}
.fb_posts{
	height: auto;
    width: 500px;
    background-color: #c7c7c7;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:auto;
    margin-left:auto;
	
}
.kursanci{
	width:80%;
	
}
/*---------------PRZYDATNE LINKI-------------------*/
.linki{
	position: relative;
	min-height: 1000px;
	
}
.linki::after{
	content: "";
	opacity: 0.6;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	
	background-image: url("img/bg-linki.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.links-list{
	list-style-type:none;
	font-family: 'Merriweather', serif;
	text-align:center;
	font-size:25px;
	
}
.links-list > li{
	margin-top:70px;
	
	
}
.links-list > li a{
	background-color:#151616;
	display:block;
	padding:10px 5px;
	text-decoration:none;
	color:white;
	border-radius:10px 10px 10px 10px;
	
}
.links-list > li a:hover{
	background-color:#333;
	
}
/*--------------GALERIA-----------------*/
.galeria{
	margin:auto;
	padding:30px;
	
}
.galeria h1{
	font-family: 'Merriweather', serif;
	font-weight:600;
	font-size:30px;
	padding-bottom:20px;
	
}
.films{
	display:inline-block;
	padding-top:30px;
	position:relative;
	height:0;
	overflow:hidden;
	margin-bottom:20px;
	
}
.films iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	
}
@media (max-width: 992px){
	.films{
		width:100%;
		padding-bottom:50%;
		border-radius:10px 10px 10px 10px;
		
	}
	.films-l{
		margin-right:0;
	
	}
	.films-r{
		margin-left:0;
	
	}
	.galeria{
		max-width:90%;
		
	}
	
}
@media (min-width: 993px){
	.films{
		width:48%;
		padding-bottom:30%;
		border-radius:10px 10px 10px 10px;
		
	}
	.films-l{
		margin-right:1%;
	
	}
	.films-r{
		margin-left:1%;
	
	}
	.galeria{
		max-width:74%;
		
	}
	
}
.gallery h1{
	margin-top:20px;
	font-family: 'Merriweather', serif;
	font-weight:600;
	font-size:30px;
	
}
.gallery-limit{
	display:inline-block;
	overflow:hidden;
	position: relative;
	border-radius:10px 10px 10px 10px;
	
}
.img-radious{
	border-radius:10px 10px 10px 10px;
	
}
.gscale{
	transition:all 0.3s ease-in-out;
	
}
.gscale:hover{
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
	
}

/*--------------STRONA GŁÓWNA-----------------*/
.carousel-item{
	height:32rem;
	background:#777;
	background-position:center;
	background-size:cover;
	
}
.carousel-conteiner{
	color:black;
	position: absolute;
	right: 15%;
	bottom: 30px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	min-width:600px;
	
}
.bg-carousel-label{
	position:relative;
	padding:5px;
	width:45%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	text-align:center;

}
.bg-carousel-label::after{
	content: "";
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;   
	
	background-color:white;
	border-radius:20px 20px 20px 20px;
	
}
.startInfo{
	width:100%;
	padding:30px 10px;
	font-family: 'Merriweather', serif;
	color:white;
	font-size:23px;
	z-index:1;

}
.startInfo h1{
	font-weight:bold;
	text-shadow: -4px 0 #4d0500, 0 4px #4d0500, 4px 0 #4d0500, 0 -4px #4d0500;
	font-size:45px;
	
}
.startInfo h2{
	font-size:40px;
	color:#474747;
	
}
.startInfo h2 > span{
	font-weight:bold;
	color:#850900;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	
}
.startTitle{
	text-align:center;
	
}
.startArticleA{
	text-align:left;
	margin:auto;
	width:70%;
	font-style:italic;
	
}
.startArticleB{
	text-align:justify;
	margin:auto;
	width:80%;
	font-size:20px;
	
}
.startArticleB > #pA{
	font-size:25px;
	color:#292929;
	
}
.startArticleB > #pB{
	color:#850900;
	
}
.startArticleB > #pC{
	color:black;
	
}
.startArticleB > #pD{
	text-align:center;
	font-weight:600;
	color:black;
	
}
.bgStartInfo{
	width:60%;
	margin-bottom:20px;
	margin-top:30px;
	position:relative;
	
}
.bgStartInfo::after{
	content: "";
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	
	background-color:black;
	border-radius:20px 20px 20px 20px;
	
}
.nextInfo{
	widtk:100%;
	padding:30px 10px;
	font-family: 'Merriweather', serif;
	color:black;
	font-size:18px;
	z-index:1;

}
.bgNextInfo{
	margin-bottom:20px;
	margin-top:30px;
	position:relative;
	
}
.bgNextInfo::after{
	content: "";
	opacity: 0.1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	
	background-color:black;
	border-radius:20px 20px 20px 20px;
	
}
.mainBtn{
	text-align:center;
	
}
.mainBtn input[type=submit], .kt-asside input[type=submit]{
	width:80%;
	height:50px;
	background-color:#c75858;
	color:white;
	border:2px solid #850900;
	border-radius:5px;
	font-size:25px;
	font-weight:bold;
	transition: all 0.5s ease-in-out;
	
}
.mainBtn input[type=submit]:hover{
	-webkit-transform:scale(0.95);
    -ms-transform:scale(0.95);
    transform:scale(0.95);
    background-color:#c23232;
	cursor:pointer;
	
}
.google-maps{ 
	position:relative; 
	padding-bottom:600px; // Tutaj regulujemy wysokość
	height:0; 
	overflow: hidden
	
} 
.google-maps iframe{ 
	position:absolute; 
	top:0; 
	left:0; 
	width:100% !important; 
	height:100% !important; 

}
@media (max-width: 1199px){
	.mainBtn input[type=submit]{
		margin:6% 0 6% 0;
		
	}
	
}
@media (min-width: 1200px){
	.mainBtn input[type=submit]{
		margin: 12% 0 12% 0;
		
	}
	
}
@media (max-width: 1999px){
	.startArticleA{
		width:98%;
	
	}
	.startArticleB{
		width:98%;
	
	}
}
@media (max-width: 576px){
	.startTitle h1{
		font-size:30px;
		text-shadow: -3px 0 #4d0500, 0 3px #4d0500, 3px 0 #4d0500, 0 -3px #4d0500;
	}
	.startTitle h2{
		font-size:28px;
	}
}

/*------------SZKOLENIA DLA KIEROWCÓW ZAWODOWYCH----------------*/
.btnLink{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	max-height:10%;
	width:40%;
	background-color:#c75858;
	color:white;
	border:2px solid #850900;
	border-radius:5px;
	font-size:25px;
	display:block; 
	text-decoration:none;
	font-weight:bold;
	transition: all 0.5s ease-in-out;
	
}
.btnLink:hover{
	-webkit-transform:scale(0.95);
    -ms-transform:scale(0.95);
    transform:scale(0.95);
    background-color:#c23232;
	cursor:pointer;
	text-decoration: none;
	color:white;
	
}
.kt-aside{
	padding:0 !important;
	
}
.btnCenter input[type=submit]{
	margin-top:20px;
	max-height:60px;
	background-color:#c75858;
	color:white;
	border:2px solid #850900;
	border-radius:5px;
	font-size:25px;
	font-weight:bold;
	transition: all 0.5s ease-in-out;
	
}
.btnCenter input[type=submit]:hover{
	-webkit-transform:scale(0.95);
    -ms-transform:scale(0.95);
    transform:scale(0.95);
    background-color:#c23232;
	cursor:pointer;
	
}
.kt-mSection{
	padding:10px;
	width:80%;
	margin-right:auto;/*modyfy*/
	margin-left:auto;/*modyfy*/
	margin-top:20px;
	font-family: 'Merriweather', serif;
	font-size:19px;
	
}
.kt-mSection h1{
	text-align:center;
	font-weight:600;
	margin-bottom:15px;
	
}
.kt-mSection h3{
	text-align:left;
	font-weight:600;
	margin-bottom:15px;
	font-size:25px;
	color:#4a0000;
	
}
.kt-articleA{
	text-align:left;
	padding:0 !important;
	
}
.kt-articleB{
	text-align:left;
	padding:10px;
	
}
.btnCenter{
	width:100%;
	text-align:center;
	
}
@media (max-width: 992px){
	.schematy{
		padding-top:30px;
		padding-bottom:30px;
		width:100%;
		margin:auto;
		
	}
	.kt-mSection h1{
		font-size:30px;
		
	}
	.kt-mSection h2{
		font-size:25px;
		
	}
	.btnLink{
		width:80%;
		
	}
	
}
@media (min-width: 993px){
	.schematy{
		padding-top:50px;
		padding-bottom:50px;
		width:80%;
		margin:auto;
	
	}
	.kt-mSection h1{
		font-size:36px;
		
	}
	.kt-mSection h2{
		font-size:30px;
		
	}
	
}


/*------------NASZE POJAZDY----------------*/
.pojazdy{
	font-family: 'Merriweather', serif;
	
}
.pojazdy p{
	font-size:20px;
	
}
.limit{
	overflow:hidden;
	position: relative;
	border-radius:20px 20px 20px 20px;
	
}
.vertical-limit{
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
	
}
.vertical-label{
	width:100%;
	text-align:center;
	margin-top: 4.7vh;
	
}
.scale{
	transition:all 0.5s ease-in-out;
	
}
.scale:hover{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	
}
.photo label{
	padding-left:15px;
	
}

/*---------INSTRUKTORZY------------*/
.instructors-main{
	width:95% !important;
	margin:auto !important;
	padding-left:10px !important;
	padding-right:10px !important;
	
}
.instructors-row{
	margin-top:5vh;
	margin-bottom:5vh;
	display:flex;
	justify-content:space-around;
	
}
.instructor-section{
	display:flex;
	justify-content:center;
	
}
.instructor{
	height:60vh;
	width:80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
    overflow: hidden;
	margin-left: auto;
    margin-right: auto;
	
}
.instructor-info{
	position:relative;
	z-index:10;
	right:0;
	top:0;
	width:30vh;
	height:100%;
	background-color:rgb(235 235 235 / 60%);
	transform: translateX(-30vh);
	
}
.instructor:hover .instructor-info{
	transition: all .5s ease-in-out;
	transform: translateX(0);
	
	
}
.black-text{
	color:black !important;
	
}


/*------------O NAS----------------*/
.onas{
	position:relative;
	min-height:1000px;
	
}
.onas::after{
	content:"";
	opacity:0.6;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:-1;   
	
	background-image:url("img/bg-onas.jpg");
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
}

/*------------INFORMACJE----------------*/
.informacje{
	display:flex;
	position:relative;
	min-height:900px;
	align-items:center;
	
}
.informacje::after{
	content:"";
	opacity:0.6;
	top:0;
	left:0;
	bottom:0;
	right:0;
	position:absolute;
	z-index:-1;
	
	background-image:url("img/bg-informacje.jpg");
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
}
.informacje li{
	margin-bottom:6px;
	
}
/*------------CIASTECZKA----------------*/
.ciasteczka{
	min-height:600px;
	display:flex;
	align-items:center;
	
}
.ciasteczka .main-article{
	margin-top:50px;
	margin-bottom:50px;
	
}

/*------------ARTICLE PAGE----------------*/
.bold-text{
	font-weight:bold;
	
}
.main-article{
	width:100%;
	padding:10px 10px;
	text-align:left;
	font-family: 'Merriweather', serif;
	color:white;
	font-size:18px;
	z-index:1;
	
	
	
}
.bg{
	margin-bottom:20px;
	margin-top:30px;
	position:relative;
	
}
.bg::after{
	content: "";
	opacity: 0.9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	
	background-color:black;
	border-radius:20px 20px 20px 20px;
	
}
.separator{
	width:100%;
	height:5px;
	background-color:black;
	
}
.light-separator{
	width:100%;
	height:2px;
	background-color:#9e9e9e;
	
}
.text-decoration{
	text-decoration:underline;
	
}
.darkBlueText{
	color:#00234a;
	font-style:italic;
	
}
.warning{
	text-transform:uppercase;
	color:#e07b00;
	font-weight:600;
	
}

/*------------------OTHER------------------*/
#simplecookienotification_v01{
	display: block; 
	z-index: 99999; 
	min-height: 40px; 
	width: 300px; 
	position: fixed; 
	background: rgb(79, 0, 0); 	
	border: 1px solid rgb(79, 0, 0); 
	text-align: center; 
	color: rgb(119, 119, 119); 
	border-radius: 5px; 
	bottom: 20px; 
	left: 10px;
	
}
#innotificationtext{
	padding:10px; 
	margin-left:15px; 
	margin-right:15px; 
	font-size:14px; 
	font-weight:normal;
	
}
#okbutton{
	position: relative; 
	background: rgb(122, 122, 122); 
	color: rgb(107, 0, 0); 
	padding: 5px 15px; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: normal; 
	border: 0px solid rgb(39, 8, 8); 
	border-radius: 0px;
	
}
#jwc_hr2{
	height: 10px; 
	display: block;
	
}
.extend-info{
	font-size: 15px;
	color: #4a0000;
	font-weight: normal;
}